From 853a0f3ccab0931199577c3e28d2608f5422bf80 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Wed, 9 Mar 2005 01:06:53 +0000 Subject: [PATCH] bitkeeper revision 1.1159.258.33 (422e4c2dbtydqXSZXhO6gOuY-qlS5A) Support Xen-ifying a complete NetBSD source tree. Signed-off-by: Christian Limpach --- netbsd-2.0-xen-sparse/mkbuildtree | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbsd-2.0-xen-sparse/mkbuildtree b/netbsd-2.0-xen-sparse/mkbuildtree index ef85a8922a..bd99cbda9a 100755 --- a/netbsd-2.0-xen-sparse/mkbuildtree +++ b/netbsd-2.0-xen-sparse/mkbuildtree @@ -93,7 +93,7 @@ abs_to_rel ${AD} ${AS} RS=$DESTPATH # Remove old copies of files and directories at the destination -for i in `find . -type f -o -type l` ; do rm -f ${AD}/${i#./} ; done +for i in `find sys -type f -o -type l` ; do rm -f ${AD}/${i#./} ; done # We now work from the destination directory cd ${AD} -- 2.30.2